home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- put "Click to read more about the full version of AceExpert 3.0 - PC ONLY" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- put EMPTY into member "InfoField"
- end
-
- on mouseDown
- if the platform contains "Windows" then
- go("Title1", "Authoring")
- else
- if the platform contains "Macintosh" then
- nothing()
- end if
- end if
- end
-